From: Kim F. Storm Date: Fri, 30 Aug 2002 12:07:30 +0000 (+0000) Subject: (Qbar, Qbox): Removed. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30909 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ac6c9bf7eb43642969d93987ecf7e3a3f1c9f7f7;p=emacs.git (Qbar, Qbox): Removed. (syms_of_macfns): Don't intern or staticpro them. --- diff --git a/src/macfns.c b/src/macfns.c index 8ec44b18f15..88a7774a4f7 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -199,10 +199,8 @@ Lisp_Object Vx_pixel_size_width_font_regexp; /*&&& symbols declared here &&&*/ Lisp_Object Qauto_raise; Lisp_Object Qauto_lower; -Lisp_Object Qbar; Lisp_Object Qborder_color; Lisp_Object Qborder_width; -Lisp_Object Qbox; Lisp_Object Qcursor_color; Lisp_Object Qcursor_type; Lisp_Object Qgeometry; @@ -9889,14 +9887,10 @@ syms_of_macfns () staticpro (&Qauto_raise); Qauto_lower = intern ("auto-lower"); staticpro (&Qauto_lower); - Qbar = intern ("bar"); - staticpro (&Qbar); Qborder_color = intern ("border-color"); staticpro (&Qborder_color); Qborder_width = intern ("border-width"); staticpro (&Qborder_width); - Qbox = intern ("box"); - staticpro (&Qbox); Qcursor_color = intern ("cursor-color"); staticpro (&Qcursor_color); Qcursor_type = intern ("cursor-type");